home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / dsound.exe / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-08-19  |  210 b   |  7 lines

  1.     
  2.  
  3.  
  4. Declare Function PlaySound Lib "DSOUND.DLL" (ByVal sound As String, ByVal size As Long, ByVal freq As Integer, ByVal sampsize As Integer, ByVal vol As Integer, ByVal shift As Integer) As Integer
  5.  
  6.  
  7.